/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
    
    a { color: #333; }
    
    a:hover { color: #e95602; }

 a:focus { outline:none; -moz-outline:none; }    

    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }   


    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1320px;
        /*min-width: 980px; */
        _width: 1320px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }

   /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }

    /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
.topbar{height:90px; margin-top:7px; float: right;line-height: 24px;color: #e03802;font-size: 14px;width: 220px;position: relative;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:22%;height:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%;}

.langbox{position: absolute;left:60px; font-size: 14px;top:0;z-index: 3;line-height:30px;} 
.langbox a{color: #e03802;font-size: 14px;}
.topbar .lxfs{margin-top: 30px;}
.topbar i{color: #666;width: 20px; text-align: right;margin-right: 5px;}
.serchinco{position: absolute;height: 30px; right:180px; top:10px; line-height:30px;cursor: pointer;z-index: 999;
    line-height: 24px;color: #e03802;font-size: 14px;}
.serchinco i{color: #666;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px;padding:15px;z-index: 99; background:#e03802;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left; border: 0 none; }
.globalsearch .search-btn { float: right; border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}

@media only screen and (max-width:1366px) {
.logo {width:20%;}  
}    

 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox,.envelope{display: none;}
    .topbar{height: 0;overflow: hidden;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px; text-align: center;}
    .serchinco span{display: none;}
}

@media only screen and (max-width: 480px) {
   .globalsearch{ width: calc(100% - 30px);}
}



/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #e60012;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #e03802;
        top: 100%;
        min-width: 140px;
    }
 
   .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #e03802;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width:100%;
        display: block;
        text-align: center;
    }
    
@media only screen and (max-width: 920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px); padding-top: 0; }
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #e03802;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{font-size:28px; font-weight: bold;color: #333;height: 40px; line-height: 40px;}
.hometit .txten{font-weight: normal; font-size: 14px; color: #e13b02;text-transform:Uppercase;}
.hometit a.more{ color: #a6937c;font-size: 18px;margin-left: 20px;}

@media only screen and (max-width: 1366px) {
.hometit{font-size:20px;}
.hometit a.more{font-size: 16px;}
}

@media only screen and (max-width:920px) {
.hometit{font-size:18px;}
.hometit a.more{font-size: 14px;}
.hometit .txten{font-size: 12px;}
}

@media only screen and (max-width:768px) {
.hometit{font-size:16px;}
.hometit a.more{font-size: 12px;}
}

/* ==========================================================================
   bzjpart01
   ========================================================================== */
.bzjpart01{padding:60px 0;background: url(../images/homebg01.jpg) right bottom no-repeat;background-size: cover;position: relative; }
.bzjpart01 .left{width:370px;float: left;}
.bzjpart01 .left .desc{font-size: 16px;margin-top:30px;}
.homemore a{width: 180px; height:40px;text-align: center; line-height: 40px; display: inline-block; color: #fff;font-size: 16px;background: #f16e03;}
.homemore a:hover{background: #ff7300;color: #fff;}


.bzjpart01 .right{width: calc(100% - 430px); float: right;}
.profl li{width: calc(33.33% - 22px);float: left; line-height: 50px; font-size: 18px;margin:15px 0;
    margin-left: 20px;height: 50px; border:1px solid #555555; background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.profl li a{color: #e13b02;}
.profl li i{color: #666;margin-left: 30px; margin-right: 10px;}
.profl li:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}

/* ==========================================================================
   bzjpart02
   ========================================================================== */
.bzjpart02{background:#1b1b25 url(../images/homebg02.jpg) left top no-repeat; position: relative; }
.bzjpart02 .left{position: absolute; left:10%; width:480px;height: 100%;top: 100px;
    background: #fff; background: rgba(255, 255, 255, .7);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.bzjpart02 .left .warp{padding:60px 80px;}
.bzjpart02 .left .desc{font-size: 16px; margin: 40px 0;line-height: 2em;}
.bzjpart02 .left .homemore{margin-bottom:80px;}
.bzjpart02 .left:before { content: ""; display: block; top: 0; left:-10px; 
position: absolute; width:10px; height:140px; background: #f16e03;}

.bzjpart02 .right{width: 80%; float: right;}
.bzjpart02 .right .pic,.bzjpart02 .right .pic img{width: 100%;}
.bzjpart02 .row02{height: 100px; background: #fff;padding:10px 0;}
.bzjpart02 .row02 .inco{margin-left: 400px;}
.bzjpart02 .row02 .inco{width: 100px; height: 100px; text-align: center; line-height: 100px; float: left;}
.bzjpart02 .row02 .txt02{float: left;padding-top: 10px;padding-left: 10px;}
.bzjpart02 .row02 .txt02 h3{font-size: 30px;}
.bzjpart02 .row02 .txt02 .txten{color:#e13b02;text-transform:Uppercase; }
.bzjpart02 .row02 .txt03{float: left;padding-top:20px; padding-left:30px;font-size: 16px;}

.logoitem{
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  height: 60px;
  line-height: 60px;
  margin: 5px; background: #fff;
  vertical-align: middle;
  position: relative;
}
.logoitem img{
  max-width: 80%!important;
  max-height: 80%;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

#owl-customer .owl-item img{width: auto;}
#owl-customer {margin-top:40px;}

#owl-customer .owl-dots{height: 0px;overflow: hidden;}
#owl-customer .owl-prev,#owl-customer .owl-next{width:31px;top:35%; height:31px;background: none; text-indent: 100px;overflow: hidden;padding:0;margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-customer .owl-prev{position: absolute;left:-40px; background:url(../images/arr05.png) left top no-repeat;}
#owl-customer .owl-next{position: absolute;right:-40px;background:url(../images/arr06.png) right top no-repeat;}



@media only screen and (max-width:1600px) {
.bzjpart02 .left{left: 40px;top: 50px;width: 400px;}
.bzjpart02 .left .warp{padding:40px 60px;}
.bzjpart02 .left .homemore{margin-bottom: 50px;}
.bzjpart02 .left .desc{margin:20px 0;line-height: 1.5em;}
}

@media only screen and (max-width:1366px) {
.bzjpart02 .left .desc,.bzjpart01 .left .desc{font-size: 14px;}
.bzjpart02 .left{left:10px;top: 50px;width: 400px;}
.bzjpart01 .right {width: calc(100% - 400px);}
.profl li{font-size: 14px;}
.bzjpart02 .row02 .txt02 h3{font-size: 20px;}
.bzjpart02 .row02 .txt02{padding-top: 20px;}
.bzjpart02 .left .homemore{margin-bottom: 30px;}
}

@media only screen and (max-width:1200px) {
.bzjpart02 .row02 .txt03{font-size: 14px;}
.bzjpart02 .left .homemore{margin-bottom:20px;}
#owl-customer{margin-top: 20px;}
}

@media only screen and (max-width:920px) {
.profl li{width: calc(50% - 22px);height: 40px; line-height: 40px;margin-top: 10px;}
.bzjpart01{padding:40px 0;}
.bzjpart02 .row02 .txt03{width: calc(100% - 650px);padding-top:10px;font-size: 12px;}
.bzjpart02 .left .warp{padding:20px 30px;}
#owl-customer .owl-prev,#owl-customer .owl-next{display: none;height: 0;overflow: hidden;}
#owl-customer{margin-top: 0;}
.bzjpart02 .left .desc{margin-top: 0;}
.bzjpart02 .left .homemore{margin-bottom: 10px;}
.bzjpart02 .left{top: 0;}
#owl-customer .owl-dots{height: auto;overflow: hidden;}
.bzjpart02 .row02 .inco{width: 50px;height: 80px; line-height: 80px;}
.bzjpart02 .row02 .inco img{width: 40px;}
.bzjpart02 .row02 .txt02 h3{font-size: 16px;}
.bzjpart02 .row02 .txt02 .txten{font-size: 12px;}
}

@media only screen and (max-width:768px) {
.bzjpart01 .left,.bzjpart01 .right{width: 100%;float: none;}
.profl{margin-left: -10px;}
.profl li {width: calc(50% - 12px);margin-left: 10px;font-size: 12px;}
.profl li i{margin-left: 15px;}
.bzjpart01 .left .desc{margin-top: 0;}
.bzjpart01{padding:20px 0;}
.profl li{margin-top: 10px; margin-bottom: 0;}
.bzjpart02 .left{position: relative;width: calc(100% - 20px);}
.bzjpart02{background: #fff;}
.bzjpart02 .right{width: calc(100% - 20px);float: none;margin:10px;overflow: hidden;}
.bzjpart02 .row02 .inco{margin-left: 0;}
.bzjpart02 .row02 .txt03{width: 100%;padding-left: 0;}
.bzjpart02 .left:before{display: none;}
.bzjpart02 .row02{height: auto;}
.bzjpart02 .row02 .txt02{padding-top: 0;}
.bzjpart02 .row02 .inco{height: 50px; line-height: 50px;display: none;}
.bzjpart02 .row02 .inco img{width: 30px;}
.bzjpart02 .left .warp{padding:20px;}
.bzjpart02 .row02 .txt02{padding-left: 0;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px; padding:60px 0 0 0;color: #c2c2c2;background:#1b1e25;position: relative;}
footer a{color: #efefef;}
footer a:hover { text-decoration: underline;color: #fff; }
.footer-nav { text-align: justify;margin-bottom: 20px;}

.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col h3 {  margin-bottom: 10px; font-size: 16px;line-height: 24px;color: #c2c2c2;}
.fn-col h3{color: #c2c2c2;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:24px; font-size: 14px;color: #c2c2c2;}
.fn-col li a{color: #c2c2c2;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-contact{width:100px; overflow:hidden; padding-left: 50px; border-left: 1px solid #3a3e46;}
.fn-contact .ewm{font-size: 14px;width: 100px; text-align: center;}
.fn-contact .ewm img{width:97px;height: 97px;margin-bottom: 10px;}
.fn-contact .share{font-weight: bold;font-size: 18px;}
.fn-contact .share i {font-size:24px;margin:0 5px;}
.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #808188; font-size: 14px;border-top: 1px solid #1c1c1d; background: #121315;}
.foothd a{color: #8f9ed4;}
.foothd a:hover{text-decoration: underline;}
.foothd span{margin:0 20px;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px;font-size: 12px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
footer .ewm{width: 70px;font-size: 12px;margin-left: 5px;}
footer .ewm img{width: 70px;height: 70px;margin-bottom: 5px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:0;}
.fn-col {width: 60px;float: left; background: none;}
footer .wrapper:after{display: none;}
.footer-nav{height: 30px;margin-bottom: 0;display: none;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px; text-align: left;}
.fn-col ul{display: none;}
.fn-contact{display: none;}
.fn-col h3 {font-size: 12px;   border-bottom: 0; padding:0;margin-bottom: 0;}
.fn-col:nth-child(2){width:120px;}
}

.toggle-btn { display: none;}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont > p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


